projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
436b938
)
(safe-functions): Add defvar.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Aug 2005 10:46:28 +0000
(10:46 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Aug 2005 10:46:28 +0000
(10:46 +0000)
lisp/emacs-lisp/tcover-unsafep.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/tcover-unsafep.el
b/lisp/emacs-lisp/tcover-unsafep.el
index 354cfe6ab16782cbfe1201766e1bc704a441769b..7f7a8fa57de39585b625865a0dba075d7ac43c72 100644
(file)
--- a/
lisp/emacs-lisp/tcover-unsafep.el
+++ b/
lisp/emacs-lisp/tcover-unsafep.el
@@
-25,6
+25,8
@@
(require 'testcover)
+(defvar safe-functions)
+
;;;These forms are all considered safe
(defconst testcover-unsafep-safe
'(((lambda (x) (* x 2)) 14)